TCP FLAGS
to warn senders of congestion in the network thereby avoiding packet drops and retransmissions.
ECE( Explicit Congestion Notification)
URG(urgent)
PSH(push)
基本的なもの
ACK
SYN
FIN
RST(廃棄する ReSeTする)
tcpdump の pcap filter expressionで、特定のFLAGで絞り込む tcpdump "tcp[tcpflags] & (tcp-syn|tcp-ack) != 0"